-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM][ECO] Order tabs accordingly based on the Signal types available #191935
[APM][ECO] Order tabs accordingly based on the Signal types available #191935
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙌🏻
...rvability_solution/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/observability_solution/apm/server/routes/entities/get_service_latest_entity.ts
Show resolved
Hide resolved
...rvability_solution/apm/public/components/routing/templates/apm_service_template/use_tabs.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
out of curiosity
How did we come up with this order? 🤔
When a service has logs only, all APM tabs will be empty, and as of now, we won't show alerts either. So we decided to pull all tabs that might have data together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
closes #190524
When EEM is disabled: Keeps the standard tab order
When EEM is enabled and Service has APM only signal type: Keeps the standard tab order
When EEM is enabled and Service has APM and Logs Signal types: Keeps the standard tab order
When EEM is enabled and Service has Logs only signal type: Reordering Overview | Logs | dashboard | ...